home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIRVIEWFRAME / TDIRVIEWFRAME.txt
Text File  |  2008-11-03  |  39KB  |  1,213 lines

  1. inherited DirViewFrame: TDirViewFrame
  2.   Width = 692
  3.   Height = 473
  4.   OnResize = FrameResize
  5.   object LogSplitter: TUiSplitter [0]
  6.     Left = 0
  7.     Top = 305
  8.     Width = 692
  9.     Height = 3
  10.     Cursor = crVSplit
  11.     Align = alBottom
  12.     OnCanResize = LogSplitterCanResize
  13.     OnMoved = LogSplitterMoved
  14.   end
  15.   object MainPanel: TUiPanel [1]
  16.     Left = 0
  17.     Top = 0
  18.     Width = 692
  19.     Height = 305
  20.     Align = alClient
  21.     BevelOuter = bvNone
  22.     TabOrder = 0
  23.     object ViewSplitter: TUiSplitter
  24.       Left = 0
  25.       Top = 150
  26.       Width = 692
  27.       Height = 3
  28.       Cursor = crVSplit
  29.       Align = alBottom
  30.       Visible = False
  31.     end
  32.     object InputPanel: TUiPanel
  33.       Left = 0
  34.       Top = 0
  35.       Width = 692
  36.       Height = 150
  37.       Align = alClient
  38.       BevelOuter = bvNone
  39.       TabOrder = 0
  40.       object InputTreeViewPanel: TUiPanel
  41.         Left = 0
  42.         Top = 0
  43.         Width = 692
  44.         Height = 150
  45.         Align = alClient
  46.         BevelOuter = bvNone
  47.         BorderStyle = bsSingle
  48.         TabOrder = 0
  49.       end
  50.     end
  51.     object OutputPanel: TUiPanel
  52.       Left = 0
  53.       Top = 153
  54.       Width = 692
  55.       Height = 127
  56.       Align = alBottom
  57.       BevelOuter = bvNone
  58.       TabOrder = 1
  59.       Visible = False
  60.       object OutputTreeViewPanel: TUiPanel
  61.         Left = 0
  62.         Top = 0
  63.         Width = 692
  64.         Height = 127
  65.         Align = alClient
  66.         BevelOuter = bvNone
  67.         BorderStyle = bsSingle
  68.         TabOrder = 0
  69.       end
  70.     end
  71.     object FiltersPanel: TUiPanel
  72.       Left = 0
  73.       Top = 280
  74.       Width = 692
  75.       Height = 25
  76.       Align = alBottom
  77.       TabOrder = 2
  78.       Visible = False
  79.       object FiltersBevel: TUiBevel
  80.         Left = 1
  81.         Top = 1
  82.         Width = 29
  83.         Height = 23
  84.         Align = alLeft
  85.         Shape = bsSpacer
  86.       end
  87.       object FiltersBtn: TUiSpeedButton
  88.         Left = 0
  89.         Top = 2
  90.         Hint = 'Edits file filters'
  91.         ImageIndex = imgFilters
  92.         Images = BcImages.MainImages
  93.         OnClick = FiltersExecute
  94.       end
  95.       object OtherFiltersLbl: TUiLabel
  96.         Left = 30
  97.         Top = 1
  98.         Height = 13
  99.         Caption = '%'
  100.         ShowAccelChar = False
  101.         Layout = tlCenter
  102.       end
  103.     end
  104.   end
  105.   inline LogFrame: TLogFrame [2]
  106.     Left = 0
  107.     Top = 308
  108.     Width = 692
  109.     Height = 100
  110.     Align = alBottom
  111.     TabOrder = 1
  112.   end
  113.   inherited MessagePanel: TUiPanel [3]
  114.     Top = 408
  115.     Width = 692
  116.     TabOrder = 2
  117.   end
  118.   inherited StatusBar: TUiStatusBar [4]
  119.     Top = 455
  120.     Width = 692
  121.     Panels = <
  122.       item
  123.         Width = 50
  124.       end>
  125.     OnResize = StatusBarResize
  126.   end
  127.   inherited Actions: TUiActionList
  128.     object SwapAction: TUiAction
  129.       Category = 'Session'
  130.       Caption = '&Swap Sides'
  131.       Hint = 'Swap Sides|Exchanges left, right base folders.'
  132.       ImageIndex = imgSwap
  133.       OnExecute = SwapExecute
  134.       ShortCaption = 'Swap'
  135.     end
  136.     object SpecsBackAction: TUiAction
  137.       Category = 'Session'
  138.       Caption = '&Back'
  139.       Hint = 'Back|Changes to previous base folders.'
  140.       ImageIndex = imgPathBack
  141.       OnExecute = SpecsStackClick
  142.       ShortCaption = 'Back'
  143.     end
  144.     object SpecsForwardAction: TUiAction
  145.       Category = 'Session'
  146.       Caption = '&Forward'
  147.       Hint = 'Forward|Changes to next base folders.'
  148.       ImageIndex = imgPathForward
  149.       OnExecute = SpecsStackClick
  150.       ShortCaption = 'Forward'
  151.     end
  152.     object UpOneLevelAction: TUiAction
  153.       Category = 'Session'
  154.       Caption = '&Up One Level'
  155.       Hint = 
  156.         'Up One Level|Lists sides that base folder can be changed to its ' +
  157.         'parent folder.'
  158.       OnExecute = UpOneLevelPopulate
  159.     end
  160.     object UpOneLevelLeftAction: TUiAction
  161.       Category = 'Session'
  162.       Caption = '&Left Side'
  163.       Hint = 
  164.         'Up One Level on Left Side|Changes left base folder to its parent' +
  165.         ' folder.'
  166.       OnExecute = UpOneLevelExecute
  167.     end
  168.     object UpOneLevelRightAction: TUiAction
  169.       Category = 'Session'
  170.       Caption = '&Right Side'
  171.       Hint = 
  172.         'Up One Level on Right Side|Changes right base folder to its pare' +
  173.         'nt folder.'
  174.       OnExecute = UpOneLevelExecute
  175.     end
  176.     object UpOneLevelBothAction: TUiAction
  177.       Category = 'Session'
  178.       Caption = '&Both Sides'
  179.       Hint = 
  180.         'Up One Level on Both Sides|Changes both base folders to their pa' +
  181.         'rent folders.'
  182.       OnExecute = UpOneLevelExecute
  183.     end
  184.     object FiltersAction: TUiAction
  185.       Category = 'Session'
  186.       Caption = 'File &Filters...'
  187.       Hint = 'File Filters|Edits file filters.'
  188.       ImageIndex = imgFilters
  189.       OnExecute = FiltersExecute
  190.       ShortCaption = 'Filters'
  191.     end
  192.     object SyncBaseInNewViewAction: TUiAction
  193.       Category = 'Session'
  194.       Caption = 'Sync Base Folders in New View'
  195.       Hint = 
  196.         'Sync Base Folders in New View|Synchronizes base folders in new v' +
  197.         'iew.'
  198.       OnExecute = SyncBaseInNewViewExecute
  199.       ShortCaption = 'Sync View'
  200.     end
  201.     object ReportAction: TUiAction
  202.       Category = 'Session'
  203.       Caption = 'Folder Compare Re&port...'
  204.       Hint = 'Folder Compare Report|Produces the Folder Compare report.'
  205.       ImageIndex = imgReport
  206.       OnExecute = ReportExecute
  207.       ShortCaption = 'Report'
  208.     end
  209.     object InfoAction: TUiAction
  210.       Category = 'Session'
  211.       Caption = 'Folder Compare &Info'
  212.       Hint = 'Folder Compare Info|Displays compare statistics.'
  213.       ImageIndex = imgInfo
  214.       OnExecute = InfoExecute
  215.       ShortCaption = 'Info'
  216.     end
  217.     object StopAction: TUiAction
  218.       Category = 'Session'
  219.       Caption = 'Stop Loading'
  220.       Enabled = False
  221.       Hint = 'Stop Loading|Terminates comparison.'
  222.       ImageIndex = imgStopRed
  223.       OnExecute = StopExecute
  224.       ShortCaption = 'Stop'
  225.       StaticImageIndex = imgStopRed
  226.     end
  227.     object ExpandAction: TUiAction
  228.       Category = 'Disjoint'
  229.       Caption = 'Open Folder'
  230.       Hint = 'Open Folder|Opens selected folder.'
  231.       OnExecute = CollapseExpandExecute
  232.     end
  233.     object CollapseAction: TUiAction
  234.       Category = 'Disjoint'
  235.       Caption = 'Close Folder'
  236.       Hint = 'Close Folder|Closes selected folder.'
  237.       OnExecute = CollapseExpandExecute
  238.     end
  239.     object ExpandSubfoldersAction: TUiAction
  240.       Category = 'Disjoint'
  241.       Caption = 'Open Subfolders'
  242.       Hint = 'Open Subfolders|Opens selected folders and all their subfolders.'
  243.       OnExecute = ExpandSubfoldersExecute
  244.     end
  245.     object CollapseSubfoldersAction: TUiAction
  246.       Category = 'Disjoint'
  247.       Caption = 'Close Subfolders'
  248.       Hint = 'Close Subfolders|Close selected folders and their subfolders.'
  249.       OnExecute = CollapseSubfoldersExecute
  250.     end
  251.     object SetAsBaseFoldersAction: TUiAction
  252.       Category = 'Actions'
  253.       Hint = 'Set as Base Folders|Sets selected folders as base folders.'
  254.       OnExecute = SetAsBaseFoldersExecute
  255.     end
  256.     object SetAsOtherBaseFolderAction: TUiAction
  257.       Category = 'Actions'
  258.       Caption = 'Set as Base on Other Side'
  259.       Hint = 
  260.         'Set as Base on Other Side|Sets selected folder as base folder on' +
  261.         ' other side.'
  262.       OnExecute = SetAsOtherBaseFolderExecute
  263.     end
  264.     object CompareInNewViewAction: TUiAction
  265.       Category = 'Actions'
  266.       Caption = 'Compare in New View'
  267.       Hint = 'Compare in New View|Compares selected items in new view.'
  268.       OnExecute = CompareInNewViewExecute
  269.     end
  270.     object CompareInNewViewUsingAction: TUiAction
  271.       Category = 'Actions'
  272.       Caption = 'Compare in New View &Using'
  273.       Hint = 
  274.         'Compare in New View Using|Lists types of views that items can be' +
  275.         ' compared in.'
  276.       OnExecute = CompareInNewViewUsingPopulate
  277.     end
  278.     object MergeInNewViewAction: TUiAction
  279.       Category = 'Actions'
  280.       Caption = 'Merge in New View'
  281.       Hint = 'Merge in New View|Merges selected items in new view.'
  282.       OnExecute = MergeInNewViewExecute
  283.     end
  284.     object SyncInNewViewAction: TUiAction
  285.       Category = 'Actions'
  286.       Caption = 'Sync in New View'
  287.       Hint = 'Sync in New View|Synchronizes selected items in new view.'
  288.       OnExecute = SyncInNewViewExecute
  289.     end
  290.     object QuickCompareAction: TUiAction
  291.       Category = 'Actions'
  292.       Caption = '&Quick Compare'
  293.       Hint = 'Quick Compare|Quick compare selected files.'
  294.       OnExecute = QuickCompareExecute
  295.     end
  296.     object CompareToAction: TUiAction
  297.       Category = 'Actions'
  298.       Caption = 'Compare To...'
  299.       Hint = 'Compare To|Marks item for comparing in new view.'
  300.       OnExecute = CompareToExecute
  301.     end
  302.     object AlignAction: TUiAction
  303.       Category = 'Actions'
  304.       Caption = 'Align'
  305.       Hint = 'Align|Forces selected items to be aligned.'
  306.       OnExecute = AlignExecute
  307.     end
  308.     object AlignWithAction: TUiAction
  309.       Category = 'Actions'
  310.       Caption = 'Align With...'
  311.       Hint = 'Align With|Marks item for manual realignment.'
  312.       OnExecute = AlignWithExecute
  313.     end
  314.     object CompareAction: TUiAction
  315.       Category = 'Actions'
  316.       Caption = 'Compare Contents'
  317.       Hint = 
  318.         'Compare Contents|Determines overall comparison state for selecte' +
  319.         'd items.'
  320.       ImageIndex = imgCompare
  321.       OnExecute = CompareExecute
  322.       ShortCaption = 'Compare'
  323.     end
  324.     object CopyRightAction: TUiAction
  325.       Category = 'Actions'
  326.       Caption = 'Copy to Right'
  327.       Hint = 'Copy to Right|Copies selected items from left to right.'
  328.       ImageIndex = imgCopyRight
  329.       OnExecute = CopySideExecute
  330.       ShortCaption = 'Copy'
  331.     end
  332.     object CopyLeftAction: TUiAction
  333.       Category = 'Actions'
  334.       Caption = 'Copy to Left'
  335.       Hint = 'Copy to Left|Copies selected items from right to left.'
  336.       ImageIndex = imgCopyLeft
  337.       OnExecute = CopySideExecute
  338.       ShortCaption = 'Copy'
  339.     end
  340.     object CopyAction: TUiAction
  341.       Category = 'Actions'
  342.       Caption = 'Copy to Side...'
  343.       Hint = 'Copy to Side|Prompts which side to copy selected items to.'
  344.       ImageIndex = imgCopyLeftOrRight
  345.       OnExecute = CopySideExecute
  346.       ShortCaption = 'Copy'
  347.     end
  348.     object CopySideAction: TUiAction
  349.       Category = 'Actions'
  350.       OnExecute = CopySideExecute
  351.       Desc = 'Copy to Other Side|Copies selected items to other side.'
  352.       ShortCaption = 'Copy'
  353.       StaticImageIndex = -2
  354.     end
  355.     object CopyToOutputAction: TUiAction
  356.       Category = 'Actions'
  357.       Caption = 'Copy to Output'
  358.       Hint = 'Copy to Output|Copies selected items to output folder.'
  359.       OnExecute = CopyToOutputExecute
  360.       ShortCaption = 'To Output'
  361.     end
  362.     object MergeAction: TUiAction
  363.       Category = 'Actions'
  364.       Caption = 'Merge Selected'
  365.       Hint = 'Merge Selected|Performs automated merge of selected items.'
  366.       ImageIndex = imgMerge
  367.       OnExecute = MergeExecute
  368.       ShortCaption = 'Merge'
  369.     end
  370.     object MergeAllAction: TUiAction
  371.       Category = 'Actions'
  372.       Caption = 'Merge All'
  373.       Hint = 'Merge All|Performs automated merge of all items.'
  374.       OnExecute = MergeAllExecute
  375.       ShortCaption = 'Merge'
  376.     end
  377.     object MoveRightAction: TUiAction
  378.       Category = 'Actions'
  379.       Caption = 'Move to Right'
  380.       Hint = 'Move to Right|Moves selected items from left to right.'
  381.       ImageIndex = imgMoveRight
  382.       OnExecute = MoveSideExecute
  383.       ShortCaption = 'Move'
  384.     end
  385.     object MoveLeftAction: TUiAction
  386.       Category = 'Actions'
  387.       Caption = 'Move to Left'
  388.       Hint = 'Move to Left|Moves selected items from right to left.'
  389.       ImageIndex = imgMoveLeft
  390.       OnExecute = MoveSideExecute
  391.       ShortCaption = 'Move'
  392.     end
  393.     object MoveAction: TUiAction
  394.       Category = 'Actions'
  395.       Caption = 'Move to Side...'
  396.       Hint = 'Move to Side|Prompts which side to move selected items to.'
  397.       ImageIndex = imgMoveLeftOrRight
  398.       OnExecute = MoveSideExecute
  399.       ShortCaption = 'Move'
  400.     end
  401.     object MoveSideAction: TUiAction
  402.       Category = 'Actions'
  403.       OnExecute = MoveSideExecute
  404.       Desc = 'Move to Other Side|Moves selected items to other side.'
  405.       ShortCaption = 'Move'
  406.       StaticImageIndex = -2
  407.     end
  408.     object CopyToAction: TUiAction
  409.       Category = 'Actions'
  410.       Caption = 'Copy to Folder...'
  411.       Hint = 'Copy to Folder|Copies selected items to another folder.'
  412.       ImageIndex = imgCopyTo
  413.       OnExecute = CopyToExecute
  414.       ShortCaption = 'Copy To'
  415.     end
  416.     object MoveToAction: TUiAction
  417.       Category = 'Actions'
  418.       Caption = 'Move to Folder...'
  419.       Hint = 'Move to Folder|Moves selected items to another folder.'
  420.       ImageIndex = imgMoveTo
  421.       OnExecute = MoveToExecute
  422.       ShortCaption = 'Move To'
  423.     end
  424.     object DeleteAction: TUiAction
  425.       Category = 'Actions'
  426.       Caption = '&Delete'
  427.       Hint = 'Delete|Deletes selected items.'
  428.       ImageIndex = imgDelete
  429.       OnExecute = DeleteExecute
  430.       ShortCaption = 'Delete'
  431.     end
  432.     object PermanentDeleteAction: TUiAction
  433.       Category = 'Actions'
  434.       Caption = 'Delete Permanently'
  435.       Hint = 
  436.         'Delete Permanently|Deletes selected items without moving them to' +
  437.         ' the recycle bin.'
  438.       OnExecute = PermanentDeleteExecute
  439.     end
  440.     object RenameAction: TUiAction
  441.       Category = 'Actions'
  442.       Caption = 'Rename'
  443.       Hint = 'Rename|Renames selected items.'
  444.       ImageIndex = imgRename
  445.       OnExecute = RenameExecute
  446.       ShortCaption = 'Rename'
  447.     end
  448.     object AttributesAction: TUiAction
  449.       Category = 'Actions'
  450.       Caption = '&Attributes...'
  451.       Hint = 'Attributes|Sets the DOS attributes of selected files.'
  452.       OnExecute = AttributesExecute
  453.     end
  454.     object TouchAction: TUiAction
  455.       Category = 'Actions'
  456.       Caption = '&Touch...'
  457.       Hint = 'Touch|Sets timestamps of selected items.'
  458.       ImageIndex = imgTouch
  459.       OnExecute = TouchExecute
  460.       ShortCaption = 'Touch'
  461.     end
  462.     object ExcludeAction: TUiAction
  463.       Category = 'Actions'
  464.       Caption = '&Exclude'
  465.       Hint = 'Exclude|Filters selected items to remove them from comparison.'
  466.       OnExecute = ExcludeExecute
  467.     end
  468.     object NewFolderAction: TUiAction
  469.       Category = 'Actions'
  470.       Caption = 'New Folder...'
  471.       Hint = 'New Folder|Creates a new folder.'
  472.       OnExecute = NewFolderExecute
  473.     end
  474.     object CopyFilenamesAction: TUiAction
  475.       Category = 'Actions'
  476.       Caption = 'Copy Filename'
  477.       Hint = 'Copy Filename|Copies selected items'#39' paths to Clipboard.'
  478.       OnExecute = CopyFilenamesExecute
  479.     end
  480.     object IgnoredAction: TUiAction
  481.       Category = 'Actions'
  482.       Caption = 'Ignored'
  483.       Hint = 'Ignored|Ignores or unignores differences in selected items.'
  484.       ImageIndex = imgIgnored
  485.       OnExecute = IgnoredExecute
  486.       ShortCaption = 'Ignored'
  487.     end
  488.     object RefreshSelectionAction: TUiAction
  489.       Category = 'Actions'
  490.       Caption = 'Refresh Selection'
  491.       Hint = 'Refresh Selection|Refreshes selected items.'
  492.       OnExecute = RefreshSelectionExecute
  493.     end
  494.     object FileReportAction: TUiAction
  495.       Category = 'Actions'
  496.       Caption = 'File Compare Re&port...'
  497.       Hint = 'File Compare Report|Produces file comparison report.'
  498.       ImageIndex = imgReport
  499.       OnExecute = FileReportExecute
  500.       ShortCaption = 'File Report'
  501.     end
  502.     object SyncAction: TUiAction
  503.       Category = 'Actions'
  504.       Caption = 'Synchronize'
  505.       Hint = 'Synchronize|Lists synchronize methods.'
  506.       OnExecute = SyncPopulate
  507.     end
  508.     object UpdateRightAction: TUiAction
  509.       Category = 'Actions'
  510.       Caption = 'Update Right...'
  511.       Hint = 
  512.         'Update Right|Synchronizes by copying newer and orphan items from' +
  513.         ' left to right.'
  514.       ImageIndex = imgUpdateRight
  515.       OnExecute = SyncExecute
  516.       ShortCaption = 'Update Right'
  517.     end
  518.     object UpdateLeftAction: TUiAction
  519.       Category = 'Actions'
  520.       Caption = 'Update Left...'
  521.       Hint = 
  522.         'Update Left|Synchronizes by copying newer and orphan items from ' +
  523.         'right to left.'
  524.       ImageIndex = imgUpdateLeft
  525.       OnExecute = SyncExecute
  526.       ShortCaption = 'Update Left'
  527.     end
  528.     object UpdateBothAction: TUiAction
  529.       Category = 'Actions'
  530.       Caption = 'Update Both...'
  531.       Hint = 
  532.         'Update Both|Synchronizes by copying newer and orphan items from ' +
  533.         'left to right and from right to left.'
  534.       ImageIndex = imgUpdateBidirectional
  535.       OnExecute = SyncExecute
  536.       ShortCaption = 'Update Both'
  537.     end
  538.     object MirrorRightAction: TUiAction
  539.       Category = 'Actions'
  540.       Caption = 'Mirror to Right...'
  541.       Hint = 
  542.         'Mirror to Right|Synchronizes by replacing all different items on' +
  543.         ' right, deleting any orphan items on right, and copying any left' +
  544.         ' orphan items to right.'
  545.       ImageIndex = imgMirrorRight
  546.       OnExecute = SyncExecute
  547.       ShortCaption = 'Mirror Right'
  548.     end
  549.     object MirrorLeftAction: TUiAction
  550.       Category = 'Actions'
  551.       Caption = 'Mirror to Left...'
  552.       Hint = 
  553.         'Mirror to Left|Synchronizes by replacing all different items on ' +
  554.         'left, deleting any orphan items on left, and copying any right o' +
  555.         'rphan items to left.'
  556.       ImageIndex = imgMirrorLeft
  557.       OnExecute = SyncExecute
  558.       ShortCaption = 'Mirror Left'
  559.     end
  560.     object SourceControlAction: TUiAction
  561.       Category = 'Actions'
  562.       Caption = 'Source Control'
  563.       Hint = 'Source Control|Lists source control commands.'
  564.       OnExecute = SourceControlPopulate
  565.     end
  566.     object VcsAddAction: TUiAction
  567.       Category = 'Actions'
  568.       Caption = 'Add to Source Control'
  569.       Hint = 'Add to Source Control|Adds selected items to source control.'
  570.       OnExecute = VcsExecute
  571.     end
  572.     object VcsRemoveAction: TUiAction
  573.       Category = 'Actions'
  574.       Caption = 'Remove from Source Control'
  575.       Hint = 
  576.         'Remove from Source Control|Removes selected items from source co' +
  577.         'ntrol.'
  578.       OnExecute = VcsExecute
  579.     end
  580.     object VcsGetLatestAction: TUiAction
  581.       Category = 'Actions'
  582.       Caption = 'Get Latest Version'
  583.       Hint = 
  584.         'Get Latest Version|Gets latest version of items from source cont' +
  585.         'rol.'
  586.       OnExecute = VcsExecute
  587.     end
  588.     object VcsGetAction: TUiAction
  589.       Category = 'Actions'
  590.       Caption = 'Get...'
  591.       Hint = 'Get|Gets particular version of items from source control.'
  592.       OnExecute = VcsExecute
  593.     end
  594.     object VcsCheckInAction: TUiAction
  595.       Category = 'Actions'
  596.       Caption = 'Check In...'
  597.       Hint = 'Check In|Checks item into source control.'
  598.       OnExecute = VcsExecute
  599.     end
  600.     object VcsCheckOutAction: TUiAction
  601.       Category = 'Actions'
  602.       Caption = 'Check Out'
  603.       Hint = 'Check Out|Checks out item from source control.'
  604.       OnExecute = VcsExecute
  605.     end
  606.     object VcsUndoCheckOutAction: TUiAction
  607.       Category = 'Actions'
  608.       Caption = 'Undo Check Out'
  609.       Hint = 'Undo Check Out|Undoes checkout from source control.'
  610.       OnExecute = VcsExecute
  611.     end
  612.     object VcsDiffAction: TUiAction
  613.       Category = 'Actions'
  614.       Caption = 'Show Differences'
  615.       Hint = 'Show Differences|Shows source control differences.'
  616.       OnExecute = VcsDiffExecute
  617.     end
  618.     object VcsHistoryAction: TUiAction
  619.       Category = 'Actions'
  620.       Caption = 'Show History'
  621.       Hint = 'Show History|Shows source control history.'
  622.       OnExecute = VcsExecute
  623.     end
  624.     object VcsPropertiesAction: TUiAction
  625.       Category = 'Actions'
  626.       Caption = 'Show Properties'
  627.       Hint = 'Show Properties|Shows source control properties.'
  628.       OnExecute = VcsPropertiesExecute
  629.     end
  630.     object VcsRunAppAction: TUiAction
  631.       Category = 'Actions'
  632.       Caption = 'Run Source Control Application'
  633.       Hint = 'Run Source Control Application|Runs source control application.'
  634.       OnExecute = VcsExecute
  635.     end
  636.     object OpenWithAction: TUiAction
  637.       Category = 'Actions'
  638.       Caption = '&Open With'
  639.       Hint = 'Open With|Lists "Open With" applications.'
  640.       OnExecute = OpenWithPopulate
  641.     end
  642.     object ExplorerAction: TUiAction
  643.       Category = 'Actions'
  644.       Caption = 'E&xplorer'
  645.       Hint = 'Explorer|Lists Window'#39's Explorer context menu commands.'
  646.       OnExecute = ExplorerPopulate
  647.     end
  648.     object ExpandAllAction: TUiAction
  649.       Category = 'Edit'
  650.       Caption = '&Expand All'
  651.       Hint = 'Expand All|Opens all folders.'
  652.       ImageIndex = imgExpandAll
  653.       OnExecute = ExpandAllExecute
  654.       ShortCaption = 'Expand'
  655.     end
  656.     object CollapseAllAction: TUiAction
  657.       Category = 'Edit'
  658.       Caption = '&Collapse All'
  659.       Hint = 'Collapse All|Closes all folders.'
  660.       ImageIndex = imgCollapseAll
  661.       OnExecute = CollapseAllExecute
  662.       ShortCaption = 'Collapse'
  663.     end
  664.     object SelectAllAction: TUiAction
  665.       Category = 'Edit'
  666.       Caption = 'Select &All'
  667.       Hint = 'Select All|Selects all visible items.'
  668.       ImageIndex = imgSelectAll
  669.       OnExecute = SelectAllExecute
  670.       ShortCaption = 'Select'
  671.     end
  672.     object SelectAllFilesAction: TUiAction
  673.       Category = 'Edit'
  674.       Caption = 'Select All &Files'
  675.       Hint = 'Select All Files|Selects all visible files.'
  676.       ImageIndex = imgSelectAllFiles
  677.       OnExecute = SelectCustomExecute
  678.       ShortCaption = 'Files'
  679.     end
  680.     object SelectNewerAction: TUiAction
  681.       Category = 'Edit'
  682.       Caption = 'Select &Newer'
  683.       Hint = 'Select Newer|Lists sides that newer files can be selected.'
  684.       OnExecute = SelectCustomPopulate
  685.     end
  686.     object SelectNewerLeftAction: TUiAction
  687.       Category = 'Edit'
  688.       Caption = '&Left Side'
  689.       Hint = 'Select Left Newer|Selects all newer files on the left.'
  690.       OnExecute = SelectCustomExecute
  691.     end
  692.     object SelectNewerRightAction: TUiAction
  693.       Category = 'Edit'
  694.       Caption = '&Right Side'
  695.       Hint = 'Select Right Newer|Selects all newer files on the right.'
  696.       OnExecute = SelectCustomExecute
  697.     end
  698.     object SelectNewerBothAction: TUiAction
  699.       Category = 'Edit'
  700.       Caption = '&Both'
  701.       Hint = 'Select Both Newer|Selects all newer files on both sides.'
  702.       OnExecute = SelectCustomExecute
  703.     end
  704.     object SelectOrphanAction: TUiAction
  705.       Category = 'Edit'
  706.       Caption = 'Select &Orphans'
  707.       Hint = 'Select Orphans|Lists sides that orphan files can be selected.'
  708.       OnExecute = SelectCustomPopulate
  709.     end
  710.     object SelectOrphanLeftAction: TUiAction
  711.       Category = 'Edit'
  712.       Caption = '&Left Side'
  713.       Hint = 'Select Left Orphans|Selects all orphan files on the left.'
  714.       OnExecute = SelectCustomExecute
  715.     end
  716.     object SelectOrphanRightAction: TUiAction
  717.       Category = 'Edit'
  718.       Caption = '&Right Side'
  719.       Hint = 'Select Right Orphans|Selects all orphan files on the right.'
  720.       OnExecute = SelectCustomExecute
  721.     end
  722.     object SelectOrphanBothAction: TUiAction
  723.       Category = 'Edit'
  724.       Caption = '&Both'
  725.       Hint = 'Select Both Orphans|Selects all orphan files on both sides.'
  726.       OnExecute = SelectCustomExecute
  727.     end
  728.     object SelectInvertAction: TUiAction
  729.       Category = 'Edit'
  730.       Caption = '&Invert Selection'
  731.       Hint = 
  732.         'Invert Selection|Selects all items not currently selected, and d' +
  733.         'eselects all items currently selected.'
  734.       OnExecute = SelectCustomExecute
  735.       ShortCaption = 'Invert'
  736.     end
  737.     object RefreshAction: TUiAction
  738.       Category = 'Edit'
  739.       Caption = '&Refresh'
  740.       Hint = 'Refresh|Refreshes open folders.'
  741.       ImageIndex = imgRefresh
  742.       OnExecute = RefreshExecute
  743.       ShortCaption = 'Refresh'
  744.     end
  745.     object FullRefreshAction: TUiAction
  746.       Category = 'Edit'
  747.       Caption = 'F&ull Refresh'
  748.       Hint = 'Full Refresh|Refreshes entire comparison.'
  749.       ImageIndex = imgFullRefresh
  750.       OnExecute = FullRefreshExecute
  751.       ShortCaption = 'Full Refresh'
  752.     end
  753.     object DiffNextAction: TUiAction
  754.       Category = 'Search'
  755.       Caption = '&Next Difference'
  756.       Hint = 'Next Difference|Positions at next unignored difference.'
  757.       ImageIndex = imgDown
  758.       OnExecute = DiffExecute
  759.       ShortCaption = 'Next'
  760.     end
  761.     object DiffPrevAction: TUiAction
  762.       Category = 'Search'
  763.       Caption = '&Previous Difference'
  764.       Hint = 'Previous Difference|Positions at previous unignored difference.'
  765.       ImageIndex = imgUp
  766.       OnExecute = DiffExecute
  767.       ShortCaption = 'Prev'
  768.     end
  769.     object ExistsNextAction: TUiAction
  770.       Category = 'Search'
  771.       Caption = 'Next Existing Filename'
  772.       Hint = 
  773.         'Next Existing Filename|Positions at next filename, skipping over' +
  774.         ' gaps.'
  775.       OnExecute = ExistsNextExecute
  776.     end
  777.     object ExistsPrevAction: TUiAction
  778.       Category = 'Search'
  779.       Caption = 'Previous Existing Filename'
  780.       Hint = 
  781.         'Previous Existing Filename|Positions at previous filename, skipp' +
  782.         'ing over gaps.'
  783.       OnExecute = ExistsPrevExecute
  784.     end
  785.     object FindFilenameAction: TUiAction
  786.       Category = 'Search'
  787.       Caption = '&Find Filename...'
  788.       Hint = 'Find Filename|Positions at item with specified name.'
  789.       OnExecute = FindFilenameExecute
  790.     end
  791.     object FavCompareAllAction: TUiAction
  792.       Category = 'Favorites'
  793.       Caption = 'Show All'
  794.       Hint = 
  795.         'Show All|Shows same, left orphan, right orphan, left newer, righ' +
  796.         't newer and difference items.'
  797.       ImageIndex = imgFavAll
  798.       OnExecute = FavExecute
  799.       ShortCaption = 'All'
  800.     end
  801.     object FavDiffAction: TUiAction
  802.       Category = 'DropDown'
  803.       Caption = 'Show Differences'
  804.       Hint = 
  805.         'Show Differences|Shows left orphan, right orphan, left newer, ri' +
  806.         'ght newer and difference items.'
  807.       ImageIndex = imgFavDiff
  808.       OnExecute = FavExecute
  809.       ShortCaption = 'Diffs'
  810.     end
  811.     object FavSameAction: TUiAction
  812.       Category = 'Favorites'
  813.       Caption = 'Show Same'
  814.       Hint = 'Show Same|Shows same items.'
  815.       ImageIndex = imgFavSame
  816.       OnExecute = FavExecute
  817.       ShortCaption = 'Same'
  818.     end
  819.     object FavNoOrphanAction: TUiAction
  820.       Category = 'DropDown'
  821.       Caption = 'Show No Orphans'
  822.       Hint = 
  823.         'Show No Orphans|Shows same, left newer, right newer and differen' +
  824.         'ce items.'
  825.       OnExecute = FavExecute
  826.       ShortCaption = 'No Orphans'
  827.     end
  828.     object FavDiffNoOrphanAction: TUiAction
  829.       Category = 'DropDown'
  830.       Caption = 'Show Differences but No Orphans'
  831.       Hint = 
  832.         'Show Differences but No Orphans|Shows left newer, right newer an' +
  833.         'd difference items.'
  834.       OnExecute = FavExecute
  835.       ShortCaption = 'Diffs No Orphans'
  836.     end
  837.     object FavOrphanAction: TUiAction
  838.       Category = 'DropDown'
  839.       Caption = 'Show Orphans'
  840.       Hint = 'Show Orphans|Shows left orphan and right orphan items.'
  841.       OnExecute = FavExecute
  842.       ShortCaption = 'Orphans'
  843.     end
  844.     object FavLeftNewerAction: TUiAction
  845.       Category = 'DropDown'
  846.       Caption = 'Show Left Newer'
  847.       Hint = 'Show Left Newer|Shows left newer items.'
  848.       OnExecute = FavExecute
  849.       ShortCaption = 'Left Newer'
  850.     end
  851.     object FavRightNewerAction: TUiAction
  852.       Category = 'DropDown'
  853.       Caption = 'Show Right Newer'
  854.       Hint = 'Show Right Newer|Shows right newer items.'
  855.       OnExecute = FavExecute
  856.       ShortCaption = 'Right Newer'
  857.     end
  858.     object FavLeftNewerOrphanAction: TUiAction
  859.       Category = 'DropDown'
  860.       Caption = 'Show Left Newer and Left Orphans'
  861.       Hint = 
  862.         'Show Left Newer and Left Orphans|Shows left orphan and left newe' +
  863.         'r items.'
  864.       OnExecute = FavExecute
  865.       ShortCaption = 'Left Newer, Orphans'
  866.     end
  867.     object FavRightNewerOrphanAction: TUiAction
  868.       Category = 'DropDown'
  869.       Caption = 'Show Right Newer and Right Orphans'
  870.       Hint = 
  871.         'Show Right Newer and Right Orphans|Shows right orphan and right ' +
  872.         'newer items.'
  873.       OnExecute = FavExecute
  874.       ShortCaption = 'Right Newer, Orphans'
  875.     end
  876.     object FavLeftOrphanAction: TUiAction
  877.       Category = 'DropDown'
  878.       Caption = 'Show Left Orphans'
  879.       Hint = 'Show Left Orphans|Shows left orphan items.'
  880.       OnExecute = FavExecute
  881.       ShortCaption = 'Left Orphans'
  882.     end
  883.     object FavRightOrphanAction: TUiAction
  884.       Category = 'DropDown'
  885.       Caption = 'Show Right Orphans'
  886.       Hint = 'Show Right Orphans|Shows right orphan items.'
  887.       OnExecute = FavExecute
  888.       ShortCaption = 'Right Orphans'
  889.     end
  890.     object FavCompareNoneAction: TUiAction
  891.       Category = 'None'
  892.       Caption = 'Show None'
  893.       Hint = 'Show None|Hides all files.'
  894.       ImageIndex = imgFavNone
  895.       OnExecute = FavExecute
  896.       ShortCaption = 'None'
  897.     end
  898.     object FavMergeAllAction: TUiAction
  899.       Category = 'Favorites'
  900.       Caption = 'Show All'
  901.       Hint = 
  902.         'Show All|Shows unchanged, same change, left add, right add, left' +
  903.         ' delete, right delete, left change, right change, difference cha' +
  904.         'nge and conflict items.'
  905.       ImageIndex = imgFavAll
  906.       OnExecute = FavExecute
  907.       ShortCaption = 'All'
  908.     end
  909.     object FavChangedAction: TUiAction
  910.       Category = 'DropDown'
  911.       Caption = 'Show Changes'
  912.       Hint = 
  913.         'Show Changes|Shows left add, right add, left delete, right delet' +
  914.         'e, left change, right change and conflict items.'
  915.       ImageIndex = imgFavDiff
  916.       OnExecute = FavExecute
  917.       ShortCaption = 'Diffs'
  918.     end
  919.     object FavConflictAction: TUiAction
  920.       Category = 'DropDown'
  921.       Caption = 'Show Conflicts'
  922.       Hint = 'Show Conflicts|Shows conflict items.'
  923.       OnExecute = FavExecute
  924.       ShortCaption = 'Conflicts'
  925.     end
  926.     object FavLeftAction: TUiAction
  927.       Category = 'DropDown'
  928.       Caption = 'Show Left Changes'
  929.       Hint = 
  930.         'Show Left Changes|Shows left add, left delete and left change it' +
  931.         'ems.'
  932.       OnExecute = FavExecute
  933.       ShortCaption = 'Left'
  934.     end
  935.     object FavRightAction: TUiAction
  936.       Category = 'DropDown'
  937.       Caption = 'Show Right Changes'
  938.       Hint = 
  939.         'Show Right Changes|Shows right add, right delete and right chang' +
  940.         'e items.'
  941.       OnExecute = FavExecute
  942.       ShortCaption = 'Right'
  943.     end
  944.     object FavMergeableAction: TUiAction
  945.       Category = 'DropDown'
  946.       Caption = 'Show Mergeable'
  947.       Hint = 'Show Mergeable|Shows same change and difference change items.'
  948.       OnExecute = FavExecute
  949.       ShortCaption = 'Okay'
  950.     end
  951.     object FavUnchangedAction: TUiAction
  952.       Category = 'Favorites'
  953.       Caption = 'Show Unchanged'
  954.       Hint = 'Show Unchanged|Shows unchanged items.'
  955.       ImageIndex = imgFavSame
  956.       OnExecute = FavExecute
  957.       ShortCaption = 'Same'
  958.     end
  959.     object FavMergeNoneAction: TUiAction
  960.       Category = 'None'
  961.       Caption = 'Show None'
  962.       Hint = 'Show None|Shows no items.'
  963.       ImageIndex = imgFavNone
  964.       OnExecute = FavExecute
  965.       ShortCaption = 'None'
  966.     end
  967.     object TogSameAction: TUiAction
  968.       Category = 'Toggles'
  969.       Caption = 'Toggle Same'
  970.       Hint = 'Toggle Same|Shows or hides same items.'
  971.       OnExecute = TogExecute
  972.       ShortCaption = 'Same'
  973.     end
  974.     object TogLeftOrphanAction: TUiAction
  975.       Category = 'Toggles'
  976.       Caption = 'Toggle Left Orphans'
  977.       Hint = 'Toggle Left Orphans|Shows or hides left orphan items.'
  978.       OnExecute = TogExecute
  979.       ShortCaption = 'Left Orphans'
  980.     end
  981.     object TogRightOrphanAction: TUiAction
  982.       Category = 'Toggles'
  983.       Caption = 'Toggle Right Orphans'
  984.       Hint = 'Toggle Right Orphans|Shows or hides right orphan items.'
  985.       OnExecute = TogExecute
  986.       ShortCaption = 'Right Orphans'
  987.     end
  988.     object TogLeftNewerAction: TUiAction
  989.       Category = 'Toggles'
  990.       Caption = 'Toggle Left Newer'
  991.       Hint = 'Toggle Left Newer|Shows or hides left newer items.'
  992.       OnExecute = TogExecute
  993.       ShortCaption = 'Left Newer'
  994.     end
  995.     object TogRightNewerAction: TUiAction
  996.       Category = 'Toggles'
  997.       Caption = 'Toggle Right Newer'
  998.       Hint = 'Toggle Right Newer|Shows or hides right newer items.'
  999.       OnExecute = TogExecute
  1000.       ShortCaption = 'Right Newer'
  1001.     end
  1002.     object TogDiffAction: TUiAction
  1003.       Category = 'Toggles'
  1004.       Caption = 'Toggle Differences'
  1005.       Hint = 'Toggle Differences|Shows or hides difference items.'
  1006.       OnExecute = TogExecute
  1007.       ShortCaption = 'Diffs'
  1008.     end
  1009.     object TogNoModAction: TUiAction
  1010.       Category = 'Toggles'
  1011.       Caption = 'Toggle Unchanged'
  1012.       Hint = 'Toggle Unchanged|Shows or hides unchanged items.'
  1013.       OnExecute = TogExecute
  1014.       ShortCaption = 'Same'
  1015.     end
  1016.     object TogSameModAction: TUiAction
  1017.       Category = 'Toggles'
  1018.       Caption = 'Toggle Same Changes'
  1019.       Hint = 'Toggle Same Changes|Shows or hides same change items.'
  1020.       OnExecute = TogExecute
  1021.       ShortCaption = 'Same Diffs'
  1022.     end
  1023.     object TogLeftAddAction: TUiAction
  1024.       Category = 'Toggles'
  1025.       Caption = 'Toggle Left Adds'
  1026.       Hint = 'Toggle Left Adds|Shows or hides left add items.'
  1027.       OnExecute = TogExecute
  1028.       ShortCaption = 'Left Adds'
  1029.     end
  1030.     object TogRightAddAction: TUiAction
  1031.       Category = 'Toggles'
  1032.       Caption = 'Toggle Right Adds'
  1033.       Hint = 'Toggle Right Adds|Shows or hides right add items.'
  1034.       OnExecute = TogExecute
  1035.       ShortCaption = 'Right Adds'
  1036.     end
  1037.     object TogLeftDelAction: TUiAction
  1038.       Category = 'Toggles'
  1039.       Caption = 'Toggle Left Deletes'
  1040.       Hint = 'Toggle Left Deletes|Shows or hides left delete items.'
  1041.       OnExecute = TogExecute
  1042.       ShortCaption = 'Left Dels'
  1043.     end
  1044.     object TogRightDelAction: TUiAction
  1045.       Category = 'Toggles'
  1046.       Caption = 'Toggle Right Deletes'
  1047.       Hint = 'Toggle Right Deletes|Shows or hides right delete items.'
  1048.       OnExecute = TogExecute
  1049.       ShortCaption = 'Right Dels'
  1050.     end
  1051.     object TogLeftModAction: TUiAction
  1052.       Category = 'Toggles'
  1053.       Caption = 'Toggle Left Changes'
  1054.       Hint = 'Toggle Left Changes|Shows or hides left change items.'
  1055.       OnExecute = TogExecute
  1056.       ShortCaption = 'Left Mods'
  1057.     end
  1058.     object TogRightModAction: TUiAction
  1059.       Category = 'Toggles'
  1060.       Caption = 'Toggle Right Changes'
  1061.       Hint = 'Toggle Right Changes|Shows or hides right change items.'
  1062.       OnExecute = TogExecute
  1063.       ShortCaption = 'Right Mods'
  1064.     end
  1065.     object TogDiffModAction: TUiAction
  1066.       Category = 'Toggles'
  1067.       Caption = 'Toggle Different Changes'
  1068.       Hint = 'Toggle Different Changes|Shows or hides different change items.'
  1069.       OnExecute = TogExecute
  1070.       ShortCaption = 'Diffs'
  1071.     end
  1072.     object TogConflictAction: TUiAction
  1073.       Category = 'Toggles'
  1074.       Caption = 'Toggle Conflicts'
  1075.       Hint = 'Toggle Conflicts|Shows or hides conflict items.'
  1076.       OnExecute = TogExecute
  1077.       ShortCaption = 'Conflicts'
  1078.     end
  1079.     object DirShowAllAction: TUiAction
  1080.       Category = 'View'
  1081.       AutoCheck = True
  1082.       Caption = 'Always Show Folders'
  1083.       GroupIndex = 10
  1084.       Hint = 
  1085.         'Always Show Folders|Shows all folders, ignoring the display filt' +
  1086.         'er.'
  1087.       ImageIndex = imgDirShowAll
  1088.       OnExecute = DirHandlingExecute
  1089.       ShortCaption = 'All'
  1090.     end
  1091.     object DirCompareStructureAction: TUiAction
  1092.       Category = 'View'
  1093.       AutoCheck = True
  1094.       Caption = 'Compare Files and Folder Structure'
  1095.       GroupIndex = 10
  1096.       Hint = 
  1097.         'Compare Files and Folder Structure|Show folders if they, or item' +
  1098.         's they contain, match the display filter.'
  1099.       ImageIndex = imgDirCompareStructure
  1100.       OnExecute = DirHandlingExecute
  1101.       ShortCaption = 'Structure'
  1102.     end
  1103.     object DirCompareFilesOnlyAction: TUiAction
  1104.       Category = 'View'
  1105.       AutoCheck = True
  1106.       Caption = 'Only Compare Files'
  1107.       GroupIndex = 10
  1108.       Hint = 
  1109.         'Only Compare Files|Show folders only if they contain files match' +
  1110.         'ing the display filter.'
  1111.       ImageIndex = imgDirCompareFilesOnly
  1112.       OnExecute = DirHandlingExecute
  1113.       ShortCaption = 'Files'
  1114.     end
  1115.     object DirFlattenAction: TUiAction
  1116.       Category = 'View'
  1117.       AutoCheck = True
  1118.       Caption = 'Ignore Folder Structure'
  1119.       GroupIndex = 10
  1120.       Hint = 
  1121.         'Ignore Folder Structure (Flatten)|Compare all files as if they w' +
  1122.         'ere in a single folder.'
  1123.       ImageIndex = imgDirFlatten
  1124.       OnExecute = DirHandlingExecute
  1125.       ShortCaption = 'Flatten'
  1126.     end
  1127.     object SuppressFiltersAction: TUiAction
  1128.       Category = 'View'
  1129.       AutoCheck = True
  1130.       Caption = '&Suppress Filters'
  1131.       Hint = 
  1132.         'Suppress Filters|Temporarily suppresses display and file filters' +
  1133.         '.'
  1134.       ImageIndex = imgSuppressFilters
  1135.       OnExecute = SuppressFiltersExecute
  1136.       ShortCaption = 'Peek'
  1137.     end
  1138.     object InsigIgnoredAction: TUiAction
  1139.       Category = 'View'
  1140.       AutoCheck = True
  1141.       Caption = 'Ignore &Unimportant Differences'
  1142.       Hint = 
  1143.         'Ignore Unimportant Differences|Treats unimportant differences as' +
  1144.         ' same.'
  1145.       ImageIndex = imgInsigIgnored
  1146.       OnExecute = InsigIgnoredExecute
  1147.       ShortCaption = 'Minor'
  1148.     end
  1149.     object ShowCenterAction: TUiAction
  1150.       Category = 'View'
  1151.       AutoCheck = True
  1152.       Caption = '&Center Pane'
  1153.       Hint = 'Center Pane|Shows or hides center pane.'
  1154.       OnExecute = ShowCenterExecute
  1155.     end
  1156.     object ShowColumnAction: TUiAction
  1157.       Category = 'View'
  1158.       Caption = 'C&olumns'
  1159.       Hint = 'Columns|Lists columns that can be shown or hidden.'
  1160.       OnExecute = ShowColumnPopulate
  1161.     end
  1162.     object LegendAction: TUiAction
  1163.       Category = 'View'
  1164.       Caption = '&Legend'
  1165.       Hint = 'Legend|Shows or hides legend window.'
  1166.       OnExecute = LegendExecute
  1167.     end
  1168.     object ShowLogAction: TUiAction
  1169.       Category = 'View'
  1170.       AutoCheck = True
  1171.       Caption = '&Show Log'
  1172.       Hint = 'Show Log|Shows or hides the log panel.'
  1173.       OnExecute = ShowLogExecute
  1174.     end
  1175.     object ClearLogAction: TUiAction
  1176.       Category = 'Popup'
  1177.       Caption = 'Clear Messages'
  1178.       Hint = 'Clear Messages|Clears all messages from log.'
  1179.       OnExecute = ClearLogExecute
  1180.     end
  1181.     object SaveLogAction: TUiAction
  1182.       Category = 'Popup'
  1183.       Caption = 'Save to File...'
  1184.       Hint = 'Save to File|Saves log to file.'
  1185.       OnExecute = SaveLogExecute
  1186.     end
  1187.     object CopyLogToClipboardAction: TUiAction
  1188.       Category = 'Popup'
  1189.       Caption = 'Copy to Clipboard'
  1190.       Hint = 'Copy to Clipboard|Copies selected log messages to clipboard.'
  1191.       OnExecute = CopyLogToClipboardExecute
  1192.     end
  1193.     object HideLogAction: TUiAction
  1194.       Category = 'Popup'
  1195.       Caption = 'Hide'
  1196.       Hint = 'Hide|Hides log panel.'
  1197.       OnExecute = ShowLogExecute
  1198.     end
  1199.   end
  1200.   object StopTimer: TTimer
  1201.     Enabled = False
  1202.     Interval = 250
  1203.     OnTimer = StopTimerTimer
  1204.     Left = 32
  1205.   end
  1206.   object TreeViewSelTimer: TTimer
  1207.     Enabled = False
  1208.     Interval = 100
  1209.     OnTimer = TreeViewSelTimerTimer
  1210.     Left = 64
  1211.   end
  1212. end
  1213.